func context.removeChild

3 uses

	context (current package)
		context.go#L314: func removeChild(parent Context, child canceler) {
		context.go#L421: 		removeChild(c.Context, c)
		context.go#L486: 		removeChild(c.cancelCtx.Context, c)